home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / rabit girl.swf / scripts / DefineButton2_131 / BUTTONCONDACTION on(release).as
Text File  |  2006-12-20  |  488b  |  18 lines

  1. on(release){
  2.    if(_parent.PussyF)
  3.    {
  4.       _parent.BtnCls();
  5.       Mouse.show();
  6.       gotoAndStop("Clicked");
  7.       _parent.MasterVolume.stop();
  8.       Rnd = Math.floor(Math.random() * 5) + 1;
  9.       Tmp = eval("_parent.Snd5" + Rnd);
  10.       Tmp.start();
  11.       _parent.Usagi.gotoAndPlay("Ninjin_Piston");
  12.       _parent.MeganeF = false;
  13.       _parent.NinjinF = true;
  14.       _parent.M_Btn_Megane.gotoAndStop("Ninjin");
  15.       _parent.M_Btn_Titi.gotoAndStop("Ninjin");
  16.    }
  17. }
  18.